home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_187 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  160 b   |  10 lines

  1. on(release){
  2.    _parent.SDButton();
  3.    _parent.vDialog = false;
  4.    if(_parent.vRestart)
  5.    {
  6.       _parent.Start(true);
  7.    }
  8.    removeMovieClip("");
  9. }
  10.